DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / CanSort Method
The sort descriptions to be checked whether the collection can be sorted.

In This Topic
    CanSort Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
    In This Topic
    Returns whether the collection is able to sort the specified sortDescriptions.
    Syntax
    'Declaration
     
    Public Overridable Function CanSort( _
       ByVal ParamArray sortDescriptions() As SortDescription _
    ) As Boolean
    public virtual bool CanSort( 
       params SortDescription[] sortDescriptions
    )

    Parameters

    sortDescriptions
    The sort descriptions to be checked whether the collection can be sorted.
    See Also